Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / Filtering Property

In This Topic
    Filtering Property
    In This Topic
    Event raised when the control is about to apply a filter to the list of items.
    Syntax
    'Declaration
     
    
    Public Property Filtering As EventHandler(Of AutoCompleteFilteringEventArgs)
    public EventHandler<AutoCompleteFilteringEventArgs> Filtering {get; set;}
    See Also